Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: couple issues on Staking Page #1943

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Conversation

NeoPlays
Copy link
Member

@NeoPlays NeoPlays commented Jul 16, 2024

  • fixes some smaller stuff on Staking page (still not perfect)
  • removed loading when entering Control / Node Page
  • fixed small bug on edit page

NeoPlays added 3 commits July 16, 2024 11:57
@NeoPlays NeoPlays marked this pull request as ready for review July 16, 2024 15:11
@NeoPlays NeoPlays requested review from MaxTheGeeek and daverolo July 16, 2024 15:12
@@ -165,7 +165,7 @@ export default {
let test = [];
const selectedSetup = this.selectedSetup;
if (selectedSetup && selectedSetup.services) {
const selectedServiceIds = selectedSetup.services.map((service) => service.id);
const selectedServiceIds = selectedSetup.services.map((service) => service.config.serviceID);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct? we do NOT have service.config.serviceID in the selectedSetup.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we do, because i changed it. the services in selectedSetup is now the same data as in InstalledServices.

before we had to manage 2 different service states which not only broke stuff, but also made everything very hard.

@mabasian mabasian self-requested a review July 17, 2024 08:20
Copy link
Contributor

@mabasian mabasian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@mabasian mabasian merged commit 592eb54 into stereum-dev:main Jul 17, 2024
3 checks passed
@NeoPlays NeoPlays deleted the fixes branch July 17, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants